home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
JCSM Shareware Collection 1993 November
/
JCSM Shareware Collection - 1993-11.iso
/
cl580
/
anb10.lzh
/
INSTALL.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-09-02
|
857b
|
22 lines
echo off
cls
echo To install this program on your hard drive do the following:
echo 1. Make a directory on your hard drive.
echo For example: C: [enter]
echo CD\ [enter]
echo MD BEAUTY [enter]
echo 2. Copy all files from the floppy to your directory.
echo For example: COPY *.* C:\BEAUTY [enter]
echo 3. Log on to your hard drive directory.
echo For example: C:\ [enter]
echo CD\BEAUTY [enter]
echo 4. Type GO to start the program.
echo -----------------------------------------------------------------
echo To run the program from the floppy drive:
echo 1. Log on to the floppy drive with the program diskette inserted.
echo For example: A:\ [enter]
echo 2. Type GO to start the program.
echo -----------------------------------------------------------------
:END